home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2330 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  299b  |  18 lines

  1. on(release){
  2.    if(0 < _root.draglej)
  3.    {
  4.       _root.d_hrabe.i = "item_bad";
  5.    }
  6.    else if(0 < _root.st_hrabe)
  7.    {
  8.       _root.d_hrabe.i = "start_win";
  9.    }
  10.    else
  11.    {
  12.       _root.d_hrabe.i = "start";
  13.    }
  14.    _root.stopdragall();
  15.    _root.hideall();
  16.    _root.items_hide();
  17. }
  18.